
| Visual Basic (Declaration) | |
|---|---|
Public Class EnumValueListConverter(Of T) Inherits System.ComponentModel.TypeConverter | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As EnumValueListConverter(Of T) | |
| C# | |
|---|---|
public class EnumValueListConverter<T> : System.ComponentModel.TypeConverter | |
| C++/CLI | |
|---|---|
generic<typename T> public ref class EnumValueListConverter : public System.ComponentModel.TypeConverter | |
- T
- Type of enumeration.
In addition to the enum value this converter works with the EnumValueAttribute to extract an additional descriptive name for the enumeration.
System.Object
System.ComponentModel.TypeConverter
Leadtools.Dicom.Common.Editing.Converters.EnumValueListConverter<T>
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code